button: Add Since annotations to icon-name setter/getter
authorTimm Bäder <mail@baedert.org>
Sat, 22 Oct 2016 19:02:34 +0000 (21:02 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 22 Oct 2016 19:02:34 +0000 (21:02 +0200)
gtk/gtkbutton.c

index 543ed4e7e96d18fe0115e6907fc0d88b02f50e9e..82c253b7ecd023c965a2976f3fe124ea5711d668 100644 (file)
@@ -1351,6 +1351,8 @@ gtk_button_get_event_window (GtkButton *button)
  * Adds a #GtkImage with the given icon name as a child. The icon will be
  * of size %GTK_ICON_SIZE_BUTTON. If @button already contains a child widget,
  * that child widget will be removed and replaced with the image.
+ *
+ * Since: 3.90
  */
 void
 gtk_button_set_icon_name (GtkButton  *button,
@@ -1391,6 +1393,8 @@ gtk_button_set_icon_name (GtkButton  *button,
  * @button: A #GtkButton
  *
  * Returns: (nullable): The icon name set via gtk_button_set_icon_name
+ *
+ * Since: 3.90
  */
 const char *
 gtk_button_get_icon_name (GtkButton *button)